home *** CD-ROM | disk | FTP | other *** search
/ Young Minds / Young Minds Interactive CD-ROM.ISO / crystal / cvmsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-01-12  |  172 b   |  9 lines

  1. /* cvmsg.h
  2.  *    include file for special message arrays
  3.  ************************************************************************/
  4.  
  5. struct cmsg {
  6.     int    score;
  7.     char *msg;
  8.     };
  9.